DELETE
/
files
/
{id}
Delete file
curl --request DELETE \
  --url https://{subdomain}.storage.{region}.nhost.run/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key to authorize requests.

Path Parameters

id
string
required

Unique identifier of the file to delete

Response

File successfully deleted